Skip to content

chore(main): release queryflux 0.3.0#79

Open
amitgilad3 wants to merge 1 commit into
mainfrom
release-please--branches--main--components--queryflux
Open

chore(main): release queryflux 0.3.0#79
amitgilad3 wants to merge 1 commit into
mainfrom
release-please--branches--main--components--queryflux

Conversation

@amitgilad3

@amitgilad3 amitgilad3 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.3.0 (2026-07-02)

Features

  • Add helm chart for QueryFlux (#75) (3c3acd4)
  • Add Python and webhook guardrail execution (#81) (0af87cd)
  • add query result cache with OpenDAL storage backend (#90) (5109d49)
  • distributed multi replica (#84) (1b55ced)
  • group default tags, admin OpenAPI spec, and Studio Swagger UI (#78) (4a97a25)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features
    • Added a new 0.3.0 release entry highlighting support for a Helm chart, Python and webhook guardrails, query result caching with object storage, distributed multi-replica operation, and updates to default tags and API docs.
  • Chores
    • Bumped the project version to 0.3.0 across release tracking and version files.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a24b4adb-961d-428f-af70-47205b128a7d

📥 Commits

Reviewing files that changed from the base of the PR and between 072b4cc and abc8d57.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • Cargo.toml
  • release-please/.release-please-manifest.json
  • version.txt
✅ Files skipped from review due to trivial changes (4)
  • version.txt
  • Cargo.toml
  • release-please/.release-please-manifest.json
  • CHANGELOG.md

📝 Walkthrough

Walkthrough

Adds a topmost 0.3.0 changelog entry dated 2026-07-02 and updates the workspace, release manifest, and version.txt to 0.3.0.

Changes

v0.3.0 Release

Layer / File(s) Summary
Version 0.3.0 release bump
CHANGELOG.md, Cargo.toml, release-please/.release-please-manifest.json, version.txt
Adds the 0.3.0 changelog section with five Features items and updates the workspace/package version, release-please manifest entry, and version.txt to 0.3.0.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested labels: autorelease: tagged

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release and version bump for QueryFlux 0.3.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--queryflux

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@amitgilad3 amitgilad3 force-pushed the release-please--branches--main--components--queryflux branch from 8a8085e to ae4293d Compare June 9, 2026 14:53

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CHANGELOG.md`:
- Line 9: Update the release note bullet on line containing "group default tags,
admin OpenAPI spec, and Studio Swagger UI" to explicitly state the action (e.g.,
"Add grouped default tags, add admin OpenAPI spec, and add Studio Swagger UI")
so the wording matches the shipped change and PR intent; edit the CHANGELOG.md
bullet text to include the verb "Add" before each feature phrase to make the
action explicit.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0c298053-f9f2-44df-9c6f-4d2122c448a1

📥 Commits

Reviewing files that changed from the base of the PR and between 4a97a25 and ae4293d.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • Cargo.toml
  • release-please/.release-please-manifest.json
  • version.txt

Comment thread CHANGELOG.md
### Features

* Add helm chart for QueryFlux ([#75](https://github.com/lakeops-org/queryflux/issues/75)) ([3c3acd4](https://github.com/lakeops-org/queryflux/commit/3c3acd4e8f5a3a4e9d46ad873ff8a88413c26d0a))
* group default tags, admin OpenAPI spec, and Studio Swagger UI ([#78](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Clarify the feature bullet wording to match the shipped change.

Line 9 currently reads as a grouped noun phrase and drops the “add” action for the admin OpenAPI spec; this makes the release note less explicit than the PR objective text.

Suggested wording
-* group default tags, admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))
+* group default tags, add admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* group default tags, admin OpenAPI spec, and Studio Swagger UI ([#78](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))
* group default tags, add admin OpenAPI spec, and Studio Swagger UI ([`#78`](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b))
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 9, Update the release note bullet on line containing
"group default tags, admin OpenAPI spec, and Studio Swagger UI" to explicitly
state the action (e.g., "Add grouped default tags, add admin OpenAPI spec, and
add Studio Swagger UI") so the wording matches the shipped change and PR intent;
edit the CHANGELOG.md bullet text to include the verb "Add" before each feature
phrase to make the action explicit.

@amitgilad3 amitgilad3 force-pushed the release-please--branches--main--components--queryflux branch 2 times, most recently from e3dbc7c to c9caa6c Compare June 12, 2026 07:47
@amitgilad3 amitgilad3 force-pushed the release-please--branches--main--components--queryflux branch from c9caa6c to 072b4cc Compare June 25, 2026 11:06
@amitgilad3 amitgilad3 force-pushed the release-please--branches--main--components--queryflux branch from 072b4cc to abc8d57 Compare July 2, 2026 17:15
Copilot AI review requested due to automatic review settings July 2, 2026 17:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps QueryFlux’s release/version metadata to 0.3.0 and records the generated 0.3.0 release notes in the changelog, aligning the workspace version and Release Please manifest for the 0.3.0 cut.

Changes:

  • Update repository version marker to 0.3.0 (version.txt).
  • Update Release Please manifest to 0.3.0.
  • Add the 0.3.0 entry to CHANGELOG.md and bump the Cargo workspace package version.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
version.txt Updates the repo’s version marker to 0.3.0.
release-please/.release-please-manifest.json Bumps Release Please manifest version to 0.3.0.
CHANGELOG.md Adds generated release notes section for 0.3.0.
Cargo.toml Updates [workspace.package] version to 0.3.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants